home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / ISO9660 / OS2 / MESA / EXAMPLES / SRC / FEED / FEED.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-29  |  1.5 KB  |  49 lines  |  [TEXT/hscd]

  1. /**************************************************************************
  2.  *                                                                        *
  3.  *                                                                        *
  4.  *          This code is copyright (c) 1994                               *
  5.  *                     Athena Design, Inc.                                *
  6.  *                     and David Pollak                                   *
  7.  *                                                                        *
  8.  *                ALL RIGHTS RESERVED                                     *
  9.  *                                                                        *
  10.  *                                                                        *
  11.  *                                                                        *
  12.  *                                                                        *
  13.  *                                                                        *
  14.  **************************************************************************/
  15.  
  16.  
  17. #ifndef M2_feed_h_
  18.  
  19. #define M2_feed_h_
  20.  
  21. #ifdef M2Z
  22.  
  23. #define INCL_ERRORS
  24. #define INCL_DOS
  25.  
  26. #include <os2.h>
  27.  
  28. #ifdef __cplusplus
  29. extern "C"
  30. {
  31. #endif
  32.  
  33. extern int _System getRTFValue(char *, char *,double *);
  34. extern int _System setRTFValue(char *, char *,double);
  35. extern int _System RTFVersion();
  36. extern void _System getRTFTime(DATETIME *);
  37.  
  38. #ifdef __cplusplus
  39. }
  40. #endif
  41.  
  42. // ifdef M2Z
  43. #endif
  44.  
  45. // ifndef M2_feed_h_
  46.  
  47. #endif
  48.  
  49.